Description
Check if the document backing the file system item with the given id exists. Return the result as a JSON blob.
Operation id | NuxeoDrive.FileSystemItemExists |
Category | Services |
Label | Nuxeo Drive: File system item exists |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.FileSystemItemExists",
"label" : "Nuxeo Drive: File system item exists",
"category" : "Services",
"requires" : null,
"description" : "Check if the document backing the file system item with the given id exists. Return the result as a JSON blob.",
"url" : "NuxeoDrive.FileSystemItemExists",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "id",
"description" : "Id of the file system item backed by the document whose existence to check.",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}